home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat2
/
scaling.2
< prev
next >
Wrap
Text File
|
1999-09-16
|
448b
|
67 lines
scaling(2) Scilab Function scaling(2)
NAME
scaling - affine transform of a set of points
CALLING SEQUENCE
[xy1]=scaling(xy,factor,orig)
PARAMETERS
xy,xy1 : matrices of size (2,.)
factor : real scalar (linear transform coef)
orig : shift vector (default value =[0;0] )
DESCRIPTION
xy1(:,i) = factor *xy(:,i) + orig